projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a68633e
)
* eww.el (eww-display-html): Support <button> tags (bug#20485).
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 25 Dec 2015 20:44:57 +0000
(21:44 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 25 Dec 2015 20:44:57 +0000
(21:44 +0100)
lisp/net/eww.el
patch
|
blob
|
history
diff --git
a/lisp/net/eww.el
b/lisp/net/eww.el
index d7f3f3f03ff3e41087c76523b919eac8961fc7e6..babfdefd89343a5285618da0f8d83d2735f6a645 100644
(file)
--- a/
lisp/net/eww.el
+++ b/
lisp/net/eww.el
@@
-412,6
+412,7
@@
Currently this means either text/html or application/xhtml+xml."
'((title . eww-tag-title)
(form . eww-tag-form)
(input . eww-tag-input)
+ (button . eww-form-submit)
(textarea . eww-tag-textarea)
(select . eww-tag-select)
(link . eww-tag-link)